Twisting PostgreSQL into a Document Db and Event Store | Citus Con: An Event for Postgres 2023
Video of a conference talk about the Marten project, a document database that leverages the PostgreS ...View More
.NET Data Community Standup - A Whirlwind Tour of EF7
Join the .NET Data team as we take a whirlwind tour through new features of EF Core 7.0 (EF7). This ...View More
Intro to AppSettings in .NET Core - Appsettings.json, secrets.json, and more
AppSettings are a big deal in .NET Core. If you are just using appsettings.json, you are really miss ...View More
.NET Core 3.1 MVC REST API - Full Course
In this full course, we show you how to build a full REST API using .NET Core 3.1. We'll employ MVC, ...View More
Secure a .NET Core API with Bearer Authentication
In this step by step tutorial, I show you how to secure a .NET Core API with JWT Bearer Authenticati ...View More
Install and use Bootstrap in ASP NET Core
In this video we will discuss how to install and use Bootstrap in ASP.NET Core Healthy diet is very ...View More
Step by Step Tutorial - .Net Core MVC REST API
A full step by step tutorial on how to create a .Net Core MVC REST API completely from scratch. We a ...View More
Step by Step Tutorial: POSTing to a REST API using c# Windows Client
This tutorial builds on our previous examples, specifically: Authenticating to a REST API and allows ...View More
Step by Step Tutorial: Deserializing JSON using c# and json.net
This is a step by step tutorial detailing: what JSON is, why you would use it, how to install JSON.N ...View More
Step by Step Tutorial - C# REST Client
This tutorial takes you through the necessary steps to consume a REST API from a C# Windows Form App ...View More